From 6f990fa7e4d7660d49650307f97e8690f962381c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Sun, 31 Mar 2013 19:08:49 +0200 Subject: [PATCH] gtktextattributes: explain what is "pg_bg" I didn't know what "pg" stands for. https://bugzilla.gnome.org/show_bug.cgi?id=697048 --- gtk/gtktextattributes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index 521ac00703..760aa2428c 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -144,6 +144,7 @@ struct _GtkTextAttributes PangoLanguage *language; /*< private >*/ + /* Paragraph background */ GdkColor *pg_bg_color; /*< public >*/ @@ -159,6 +160,7 @@ struct _GtkTextAttributes guint editable : 1; /*< private >*/ + /* Paragraph background */ GdkRGBA *pg_bg_rgba; guint padding[3]; -- 2.30.2